"kkSentFileSuccessfullyStatusKey" = "File “%@” sent successully."; /* "File "foo.txt" sent successfully." */
"kAlertPanelTitleKey" = "Bluetooth File Exchange"; /* Title of all alert panels */
"kOKKey" = "OK"; /* OK button title */
"kQuitKey" = "Quit"; /* Quit button title */
"kCancelKey" = "Cancel"; /* Cancel button title */
"kSkipKey" = "Skip"; /* Skip button title */
"kCloseKey" = "Close"; /* Close button title */
"kSaveTitleKey" = "Save";
"kReplaceButtonKey" = "Replace";
"kRenameButtonKey" = "Rename";
"kSaveSingleStringKey" = "The file %@ in %@ already exists. Replace it?";
"kSaveMultipleStringKey" = "Selected files already exist at %@. Replace them?";
"kDeleteSingleItemTitleKey" = "Delete Item";
"kDeleteSingleItemDescKey" = "Are you sure you want to delete the selected item? This operation cannot be undone.";
"kDeleteMultipleItemsTitleKey" = "Delete Items";
"kDeleteMultipleItemsDescKey" = "Are you sure you want to delete the selected items? This operation cannot be undone.";
/* AlertPanel text when target doesn't support OP but does support FTP. The operation will look the same but over different transport */
"kSendFileToNonOPPTargetQuestionKey" = "The target doesn’t support the Object-Push protocol, should I try FTP?";
/* Description text on device selector to send a file */
"kSendDescriptionTextKey" = "Select a device to send file: “%@” to. To find devices in range of your computer, click the Search button.";
/* Description text on device selector to send multiple files */
"kSendMultipleDescriptionTextKey" = "Select a device to send %d files to. To find devices in range of your computer, click the Search button.";
/* When unable to create a new device search */
"kSearchCreateErrorKey" = "The file transfer failed: unable to search for devices. Bluetooth support may not be properly installed on this system.";
/* No local Bluetooth device is available */
"kNoLocalDeviceErrorKey" = "The file transfer failed: unable to find a local Bluetooth device. Verify that you have a Bluetooth device available to the system and the Bluetooth software is properly installed.";
/* When unable to open SDP connection or receive an error during SDP query */
"kSearchErrorKey" = "The file transfer failed: unable to read services from device.";
/* Internal error indicating no device is selected, but somehow we attempted to send anyway */
"kNoDeviceSelectedErrorKey" = "The file transfer failed: no device selected.";
/* When unable to connect to the device */
"kDeviceConnectFailureErrorKey" = "The file transfer failed: unable to connect to device.";
/* When device doesn't have an Object Push service */
"kDeviceUnableToReceiveErrorKey" = "The file transfer failed: device is not able to receive files.";
// When device doesn't support receiving a certain file type.
"DeviceUnableToReceiveThatTypeOfFileErrorKey" = "The file transfer failed: the target device will not accept a file of the type you are trying to send.";
// When device doesn't support receiving a certain file type.
"kSendFileToTargetAnywayQuestionKey" = "The target device claims it will not accept a file of the type you are trying to send. Do you want to try to send it anyway?";
"kSendFileToTargetAnywayTitleKey" = "File type not accepted";
"kAlreadySendingToDeviceKey" = "There is already a transfer in progress to that device. Wait until the current transfer is finished, and then try again.";
// These are strings that will be seen on the BFE Browse UI as a status string
"kTransferFileOpenErrorKey" = "The file transfer failed: unable to open file.";
"kTransferOBEXConnectErrorKey" = "The file transfer failed: unable to establish OBEX connection with device.";
"kTransferDataSendErrorKey" = "The file transfer failed: unable to send data.";
"kTransferStoppedErrorKey" = "The file transfer failed: the recipient has stopped or refused the transfer.";
"kTransferUnknownErrorKey" = "The file transfer failed: an unknown error has occurred during the transfer.";
"kTransferBadMediaErrorKey" = "The file transfer failed: unsupported media type.";
"kTransferInternalErrorKey" = "The file transfer failed: internal error.";
/* Error during operation */
"kOperationUnknownErrorKey" = "The last operation failed: an unknown error (%02x) has occurred.";
"kOperationBadRequestErrorKey" = "The last operation failed: bad request.";
"kOperationConflictErrorKey" = "The last operation failed: there was a conflict.";
"kOperationTooLargeErrorKey" = "The last operation failed: The requested object is too large.";
"kOperationTooLargeURLErrorKey" = "The last operation failed: The requested URL is too large.";
"kOperationNotAcceptableErrorKey" = "The last operation failed: not acceptable.";
"kOperationUnauthorizedErrorKey" = "The last operation failed: unauthorized.";
"kOperationPreconditionErrorKey" = "The last operation failed: a precondition was not met.";
"kOperationTimeoutErrorKey" = "The last operation failed: the operation has timed out.";
"kOperationForbiddenErrorKey" = "The last operation failed: forbidden.";
"kOperationNotSupportedErrorKey" = "The last operation failed: not supported.";
"kOperationTimedOutErrorKey" = "The last operation failed: timed out.";
/* Connection stuff */
"kConnectionOpeningKey" = "Opening transport connection…";
"kConnectionRefusedKey" = "The connection was refused.";
"kConnectionNoneKey" = "Not Connected";
"kConnectionTransportDiedKey" = "The transport connection died.";
"kConnectionNoTransportKey" = "No transport connection.";
"kConnectionCompleteKey" = "Connected to device.";
"kConnectionClosedKey" = "The connection has closed";
/* Description override for the Device browser for FTP */
"kBrowseDescriptionKey" = "Select a device to browse files on. To find devices in range of your computer, click the Search button.";
"kBrowsePromptKey" = "Browse";
"kBrowseTitleKey" = "Browse Device";
/* Re-connect stuff */
"kConnectSheetTitleKey" = "The connection failed or closed";
"kConnectSheetCloseKey" = "Close";
"kConnectSheetReconnectKey" = "Reconnect";
"kConnectSheetTextKey" = "Would you like to attempt to reconnect or close this window?";
/* No local Bluetooth device is available Title */
//"kNoLocalDeviceFoundExplanationKey" = "Unable to find a Bluetooth device. Verify that you have a Bluetooth device available to the system and the Bluetooth software is properly installed.";